GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-01-19T04:58:33.979288+00:00",
"SubmitDate": "2026-01-19T04:58:33.979288+00:00",
"ReportPeriodStart": "2026-01-19T04:58:33.979288+00:00",
"ReportPeriodEnd": "2026-01-19T04:58:33.979288+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "c0ce6edb-59b2-4936-8e22-142cc53e0841",
"Rows": [
{
"ItemId": "6627dfe9-2f89-48f2-81af-a7ebcbace5d6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6627dfe9-2f89-48f2-81af-a7ebcbace5d6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "c0ce6edb-59b2-4936-8e22-142cc53e0841",
"Rows": [
{
"ItemId": "6627dfe9-2f89-48f2-81af-a7ebcbace5d6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6627dfe9-2f89-48f2-81af-a7ebcbace5d6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"fc11b0c5-7e0a-400e-83b7-a32f065fee25",
"52f016d7-ef47-4393-9659-8efc6083149f"
],
"Approvers": [
"567d90a1-b0ba-4f70-a85b-98f6c024490c",
"8ae2c857-e689-4197-926e-6919bab32e64"
],
"ApprovedBy": "e5df092e-2976-44aa-9a63-b53a3634605c",
"ApprovalDate": "2026-01-19T04:58:33.979288+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "924f9db6-4e8e-4d0f-8223-d660889262b5",
"id": "4a3070e9-f073-4b64-90c2-f1cf892c1b07",
"ConfigId": "3fb6f674-29dd-46e2-acf3-c344da38ca80"
},
{
"GenerationDate": "2026-01-19T04:58:33.979288+00:00",
"SubmitDate": "2026-01-19T04:58:33.979288+00:00",
"ReportPeriodStart": "2026-01-19T04:58:33.979288+00:00",
"ReportPeriodEnd": "2026-01-19T04:58:33.979288+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "c0ce6edb-59b2-4936-8e22-142cc53e0841",
"Rows": [
{
"ItemId": "6627dfe9-2f89-48f2-81af-a7ebcbace5d6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6627dfe9-2f89-48f2-81af-a7ebcbace5d6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "c0ce6edb-59b2-4936-8e22-142cc53e0841",
"Rows": [
{
"ItemId": "6627dfe9-2f89-48f2-81af-a7ebcbace5d6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6627dfe9-2f89-48f2-81af-a7ebcbace5d6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"fc11b0c5-7e0a-400e-83b7-a32f065fee25",
"52f016d7-ef47-4393-9659-8efc6083149f"
],
"Approvers": [
"567d90a1-b0ba-4f70-a85b-98f6c024490c",
"8ae2c857-e689-4197-926e-6919bab32e64"
],
"ApprovedBy": "e5df092e-2976-44aa-9a63-b53a3634605c",
"ApprovalDate": "2026-01-19T04:58:33.979288+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "924f9db6-4e8e-4d0f-8223-d660889262b5",
"id": "4a3070e9-f073-4b64-90c2-f1cf892c1b07",
"ConfigId": "3fb6f674-29dd-46e2-acf3-c344da38ca80"
}
]